home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- startTimer()
- preLoadCast(11)
- set the soundLevel to 7
- set the mouseDownScript to "donescript"
- set the timeoutLength to 3 * 60
- set the timeoutScript to EMPTY
- end
-
- on pongSet
- global tempoVar, sound1var, sound2var
- set tempoVar to 1
- puppetTempo(tempoVar)
- set the timeoutLength to 1 * 60
- set the timeoutScript to "speeder"
- set sound1var to 50
- set the volume of sound 1 to sound1var
- set sound2var to 30
- set the volume of sound 2 to sound2var
- end
-
- on jellybean
- beep()
- puppetSprite(48, 1)
- set the locV of sprite 48 to 120
- updateStage()
- end
-